-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an ML pipeline tutorial #16632
Add an ML pipeline tutorial #16632
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff! Minor nits.
Co-authored-by: Jeff Hale <[email protected]>
This reverts commit ebd8b1d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good to me after removing the mutable default and adding type hinting for the functions - thanks!
@zzstoatzz type hinting added 3c8ddda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Feedback has been addressed
Closes https://linear.app/prefect/issue/DOC-118/create-an-author-tutorial-for-model-training
Depends on PrefectHQ/demos#4 (before merging this PR, replace the inlined code with imports from the demo repo so we're not duplicating code)
This is the final tutorial in the data engineering tutorial series. It shows how to use Prefect webhooks and automations to automatically train a model with SageMaker whenever training data is uploaded to S3.
Preview: https://prefect-bd373955-add_an_ml_tutorial.mintlify.app/v3/tutorials/ml
Checklist
<link to issue>
"If this pull request adds new functionality, it includes unit tests that cover the changesIf this pull request removes docs files, it includes redirect settings inmint.json
.If this pull request adds functions or classes, it includes helpful docstrings.